home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GCC257S2.ZIP / src / gcc-257 / config.h < prev    next >
C/C++ Source or Header  |  1993-12-15  |  304b  |  15 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* Inhibit cccp.c's definition of putenv.  */
  4. #define HAVE_PUTENV
  5.  
  6. /* Use semicolons to separate elements of a path.  */
  7. #define PATH_SEPARATOR ';'
  8.  
  9. /* Suffix for executable file names.  */
  10. #define EXECUTABLE_SUFFIX ".exe"
  11.  
  12. #define MKTEMP_EACH_FILE 1
  13.  
  14. #define NO_PRECOMPILES 1
  15.